

@layer base {
  
  body, :host {
    /* Color */
    --Accent1: #ED7344;
--Accent2: #C8D06E;
--Accent3: #472E10;
--Accent4: #F5F1EB;
--Accent5: #988A79;
--Accent6: #EFB7E4;
--Accent7: #EABD27;
--html-block-font-color: var(--Accent3);
--html-block-h1-color: var(--Accent3);
--html-block-link-color: var(--Accent2);
--html-block-quote-color: var(--Accent1);
--SoftClayOrange: #F25C54;
--DeepCharcoal: #2e2e2e;
--WarmOff-White: #FAFAF7;
--GraphiteGrey: #1E1E1E;
--VibrantCoral: #FF6B6B;
--MintGreen: #6EDC9D;
--GoldenYellow: #F9C74F;
--ElectricBlue: #3A86FF;
--NeutralGrey: #D3D3D3;
--Lilac: #B388EB;
--BackgroundLight: #FAFAF7;
--BackgroundDark: #1E1E1E;
--NeutralSurface: #FFFFFF;
--Border: #D3D3D3;
--TextPrimary: #2E2E2E;
--TextSecondary: #6C6C6C;
--TextInverse: #FFFFFF;
--PrimaryCTA: #F25C54;
--PrimaryCTA-Hover: #FF6B6B;
--PrimaryCTA-Active: #E14A45;
--AccentPositive: #6EDC9D;
--AccentPositive-Hover: #57C78A;
--AccentPositive-Active: #45B378;
--AccentWarning: #F9C74F;
--AccentWarning-Hover: #F7B93B;
--AccentWarning-Active: #E5A62F;
--AccentInfo: #3A86FF;
--AccentInfo-Hover: #256DDB;
--AccentInfo-Active: #1A55B6;
--AccentCreative: #B388EB;
--AccentCreative-Hover: #9C6FDF;
--AccentCreative-Active: #8456C9;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-fraunces: 'Fraunces',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--html-block-font-size: 0.875rem;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --borderRadius: 16px;
--gap: 10px;
    /* Z-index */
    --side-menu: 10;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .djWeNC {
    height:100vh;
  }
      

      
        
      
      
  .eOiZTW {
    gap:1rem;
  width:100%;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .so-button-secondary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-secondary\:root:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


  .so-button-secondary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-secondary\:root.trigger-open {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .ckeMDa {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  .bottom-sheet-close-button\:mFG4tb_0aNVzahacHBUnn {
    width:32px;
  height:32px;
  background:#ffffff17;
  border-color:#ffffff33;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .btPOyH {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .btPOyH.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .btPOyH.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .bottom-sheet-title\:root {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  
      

      
        
      
      
  .Wizard-Welcome\:-2CZv49wvs1kDDvut23a- {
    display:none;
  position:absolute;
  }
      

      
        
      
      
  .bXrNgT {
    width:100%;
  height:100%;
  display:flex;
  background:var(--Accent1);
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  .aAfKC {
    color:var(--Accent3);
  animation:;
  }
      

      
        
      
      
  .jJzha {
    width:100%;
  height:100vh;
  display:flex;
  row-gap:40px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_ui:login-bg-img.webp/full") no-repeat no-repeat center center / cover #e5a9a9;
  column-gap:40px;
  align-items:center;
  padding-top:80px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:row;
  padding-bottom:80px;
  justify-content:center;
  }
      

      
        
      
      
  .cVcUzk {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fhgVJg {
    width:100%;
  height:100vh;
  display:flex;
  background:var(--Accent4);
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 550px) {
            
  .fhgVJg {
    padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
      

          }
          
        
      
      
  .cLITBp {
    flex:0;
  width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:center;
  padding-top:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .dshDLH {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  max-width:1000px;
  column-gap:24px;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .fktrTW {
    color:var(--Accent3);
  }
      

      
        
      
      
  .dcuqrC {
    color:var(--Accent4);
  height:20px;
  display:flex;
  row-gap:18px;
  column-gap:18px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bLBwEa {
    gap:6px;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eeZZfr {
    flex:1;
  height:6px;
  background:#D9D9D9;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .eeZZfr.active {
    background:#f08b64;
  }
      

        
      
      
  
      

      
        
      
      
  .eAumYk {
    flex:1;
  width:100%;
  row-gap:24px;
  column-gap:24px;
  padding-top:24px;
  padding-bottom:24px;
  }
      

      
        
      
      
  .bsgACx {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-family:ABC Diatype Variable Unlicensed Trial;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .bsgACx:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .dFhtdU {
    flex:1;
  width:100%;
  overflow:hidden;
  background:white;
  max-height:500px;
  aspect-ratio:16/9;
  border-radius:20px;
  }
      

      
        
      
      
  .chuMZX {
    height:100%;
  display:flex;
  transition:transform 0.5s ease-in-out;
  flex-direction:row;
  }
      

      
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .dYcjbb {
    height:100%;
  position:relative;
  min-width:100%;
  }
      

      
        
      
      
  .cdlqXu {
    left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cJRZBm {
    height:100%;
  overflow:hidden;
  position:relative;
  }
      

      
        
      
      
  .ebdYTy {
    top:50%;
  left:20px;
  color:#333;
  width:40px;
  border:none;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:10;
  position:absolute;
  font-size:18px;
  transform:translateY(-50%);
  background:rgba(255, 255, 255, 0.9);
  transition:all 0.3s ease;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  }
      

      
  .ebdYTy:hover {
    transform:translateY(-50%) scale(1.1);
  background:white;
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  }
      

        
      
      
  .TSknv {
    top:50%;
  color:#333;
  right:20px;
  width:40px;
  border:none;
  cursor:pointer;
  height:40px;
  display:flex;
  position:absolute;
  font-size:18px;
  transform:translateY(-50%);
  background:rgba(255, 255, 255, 0.9);
  transition:all 0.3s ease;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  }
      

      
  .TSknv:hover {
    transform:translateY(-50%) scale(1.1);
  background:white;
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  }
      

        
      
      
  .new-property-wizard\:0pasB8zQhXMflQU2YWZB_ {
    width:100%;
  }
      

      
        
      
      
  .dxzLBD {
    width:100%;
  height:100%;
  opacity:0;
  translate:0 80px 0;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  justify-content:center;
  }
      

      
  .dxzLBD.fade-in {
    opacity:1;
  translate:0 0 0;
  }
      

        
      
      
  .efLxjd {
    width:100%;
  height:100%;
  z-index:9;
  position:relative;
  transition:background-color 200ms ease 0ms , border-color 200ms ease 0ms ;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cKrOVo {
    width:100%;
  display:flex;
  row-gap:8px;
  background:white;
  column-gap:8px;
  overflow-y:hidden;
  align-items:center;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:2px;
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .ctETsr {
    width:auto;
  height:auto;
  max-height:250px;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .eaVgYA {
    width:100%;
  position:relative;
  flex-direction:row;
  }
      

      
        
      
      
  .dVYsqN {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .bOGQYv {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .bOGQYv:hover {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .bOGQYv:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
                  @keyframes animation-bKKrXZ {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        50% {
                          scale: 1.1 1.1;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  .dIUGiO {
    width:100%;
  display:flex;
  row-gap:8px;
  background:white;
  column-gap:8px;
  overflow-y:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fCvQdw {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  max-width:600px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eSMkXz {
    width:100%;
  display:flex;
  row-gap:24px;
  max-width:600px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .gucRd {
    width:16px;
  height:16px;
  display:flex;
  background: var(--bg-soft);
  transition:all 400ms ease-in-out  ;
  align-items:center;
  padding-top:1.5px;
  padding-left:1.5px;
  padding-right:1.5px;
  padding-bottom:1.5px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .gucRd.selected {
    background: var(--stroke-strong);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

        
      
      
  .bunldU {
    gap:14px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  display:flex;
  background: var(--bg-white);
  transition:all 400ms ease  ;
  align-items:center;
  padding-top:1rem;
  border-color:#472e101a;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  grid-template-rows:auto;
  grid-template-columns:2rem 1fr 20px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
  .bunldU:hover {
    color:var(--Accent1);
  background:#ed734433;
  border-color:var(--bg-weak);
  border-style:solid;
  border-width:1px;
  }
      


  .bunldU.selected {
    color:#ffffff;
  background:var(--Accent1);
  border-color:var(--stroke-strong);
  border-style:solid;
  border-width:1px;
  }
      


  .bunldU.selected:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .dyVVgt {
    font-size:var(--label-m);
  font-style:normal;
  font-family:Geist;
  font-weight:var(--medium);
  line-height:20px;
  font-feature-settings:'ss11' on, 'liga' off, 'calt' off;
  /* 142.857% */
letter-spacing:-0.084px;
  }
      

      
        
      
      
  .PHZGu {
    gap:4px;
  flex:1 0 0;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  }
      

      
        
      
      
  .czxNKV {
    width:20px;
  height:20px;
  display:flex;
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
      
      
  .cUFVkI {
    color:#ffffff;
  width:40px;
  height:40px;
  display:flex;
  background:var(--Accent1);
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .cUFVkI.selected {
    color:var(--Accent1);
  background:#ffffff;
  }
      

        
      
      
  .eRFbIV {
    width:13px;
  height:13px;
  display:flex;
  background: var(--bg-white);
  transition:all 400ms ease-in-out  ;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .eRFbIV.selected {
    width:8px;
  height:8px;
  }
      

        
      
      
  
      

      
        
      
      
  .dkzyVz {
    color:var(--Accent5);
  width:100%;
  row-gap:8px;
  font-size:0.9rem;
  column-gap:8px;
  font-weight:var(--font-weight-lighter);
  flex-direction:column;
  }
      

      
        
      
      
  .bZgVzd {
    color:var(--Accent5);
  width:100%;
  row-gap:4px;
  font-size:0.9rem;
  column-gap:4px;
  font-weight:var(--font-weight-lighter);
  flex-direction:row;
  }
      

      
        
      
      
  .emufMd {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:2px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .emufMd:hover {
    color:var(--Accent4);
  background:var(--Accent1);
  border-color:var(--Accent1);
  border-style:solid;
  border-width:1.5px;
  }
      

        
      
      
  .ffQDql {
    width:100%;
  height:100%;
  display:flex;
  row-gap:80px;
  max-width:600px;
  column-gap:80px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bRUvcp {
    display:flex;
  max-width:800px;
  background:var(--Accent4);
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .cxogNp {
    flex:2;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .eSPxPi {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  .bKMRXg {
    width:100%;
  row-gap:1rem;
  max-width:600px;
  background:white;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  column-gap:1rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dTNdss {
    color:var(--Accent3);
  font-size:3rem;
  font-family:Geist;
  }
      

      
        
      
      
  .fbGDBv {
    width:100%;
  bottom:3rem;
  display:flex;
  row-gap:1rem;
  position:absolute;
  max-width:600px;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dOoZhU {
    color:var(--Accent3);
  width:100%;
  height:64px;
  z-index:99;
  position:absolute;
  font-size:1rem;
  background:white;
  font-weight:var(--font-weight-normal);
  padding-top:12px;
  border-color:#472e1033;
  border-style:solid;
  border-width:1px;
  padding-left:40px;
  padding-right:1rem;
  text-overflow:ellipsis;
  padding-bottom:12px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .dOoZhU::placeholder {
    color:var(--Accent5);
  }
      


  .dOoZhU:focus {
    border-color:var(--Accent1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .fCjyfv {
    gap:18px;
  color:var(--Accent4);
  width:40px;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--forward);
  align-items:center;
  font-weight:var(--font-weight-normal);
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .fCjyfv:hover {
    color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--forward);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      


  .fCjyfv:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .dgJkkO {
    width:100%;
  height:300px;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .bgXhOo {
    color:var(--Accent1);
  width:100%;
  font-size:2rem;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .bXphFF {
    color:var(--Accent3);
  width:100%;
  height:100%;
  z-index:9;
  position:absolute;
  font-size:1rem;
  background:white;
  font-weight:var(--font-weight-normal);
  padding-top:12px;
  border-color:#ffffff;
  border-style:solid;
  border-width:2px;
  padding-left:40px;
  padding-right:1rem;
  text-overflow:ellipsis;
  padding-bottom:12px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .bXphFF::placeholder {
    color:var(--Accent5);
  }
      


  .bXphFF:focus {
    border-color:var(--Accent1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .cqpJsI {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dVHWNi {
    flex:1;
  height:fit-content;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cLkfsO {
    gap:18px;
  color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Back);
  align-items:center;
  font-weight:var(--font-weight-normal);
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .cLkfsO:hover {
    color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Back);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      


  .cLkfsO:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .rOoUE {
    flex:1;
  color:var(--Accent1);
  width:100%;
  font-size:1.5rem;
  font-weight:500;
  }
      

      
        
      
      
  .bXPFed {
    z-index:999;
  position:relative;
  }
      

      
        
      
      
  .oJaYZ {
    font-size:2rem;
  }
      

      
        
      
      
  .eHVTQe {
    width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dCmUC {
    width:100%;
  height:fit-content;
  background:white;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .bcgfeI {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  .krQDs {
    color:var(--Accent3);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:.5rem;
  font-size:1rem;
  column-gap:.5rem;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  .krQDs.active {
    color:var(--Accent4);
  }
      


  .krQDs:hover {
    color:var(--Accent4);
  }
      


  .krQDs.completed {
    color:var(--Accent4);
  }
      

        
      
      
  .gWlYm {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:white;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#472e1026;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .gWlYm:hover {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

        
      
      
  .LQtkd {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .LQtkd:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .cLAKWx {
    height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  .dlMlcK {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
          @media (max-width: 500px) {
            
  .dlMlcK {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .cxJZyI {
    width:100%;
  height:100%;
  display:flex;
  max-width:600px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dmtsPM {
    width:100%;
  row-gap:var(--gap);
  background:white;
  column-gap:var(--gap);
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .exSNsI {
    width:100%;
  row-gap:var(--gap);
  column-gap:var(--gap);
  }
      

      
        
      
      
  .dBXqvh {
    font-size:14px;
  transition:all 300ms ease;
  font-family:Geist;
  }
      

      
        
      
      
  .evqgMi {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:white;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#472e1026;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .evqgMi:hover {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fcBxoH {
    color:var(--Accent3);
  width:100%;
  row-gap:4px;
  font-size:1rem;
  column-gap:4px;
  font-weight:var(--font-weight-lighter);
  flex-direction:row;
  }
      

      
        
      
      
  .bgKllb {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:2rem;
  max-width:500px;
  background:var(--Accent4);
  box-shadow:4px 4px 0px 0px #472e108f;
  column-gap:2rem;
  align-items:center;
  justify-content:space-between;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .bbEAHO {
    width:24px;
  height:24px;
  transition:all 300ms ease;
  border-color:var(--Accent3);
  border-style:Dashed;
  border-width:1.5px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .bbEAHO.active {
    width:24px;
  height:24px;
  padding-top:4px;
  border-color:var(--Accent4);
  border-style:Dashed;
  border-width:1.5px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      


  .bbEAHO.completed {
    width:24px;
  height:24px;
  display:flex;
  background:var(--Accent4);
  transition:all 300ms ease;
  align-items:center;
  border-color:var(--Accent4);
  border-style:Solid;
  border-width:1.5px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

        
      
      
  
      

      
        
      
      
  .buLJoQ {
    width:100%;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm- {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm-.pressed {
    gap:18px;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.2s ease 0ms 3 normal none running animation-bKKrXZ;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm-:active {
    animation:0.5s ease 0ms 3 normal none running animation-bKKrXZ;
  }
      


  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm-:hover {
    gap:18px;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

        
      
      
  .caKUkV {
    flex:0;
  width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .dUMso {
    width:100%;
  height:100%;
  background:var(--Accent4);
  transition:all 300ms ease;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .MExxn {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .MExxn:hover {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .MExxn:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .bRYMUW {
    flex:1;
  width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:flex-end;
  padding-top:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .bsPMBQ {
    width:100%;
  row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  .new-property-wizard\:OPR2Z5ZadGqu95Id9avQO {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 -90deg;
  }
      

      
        
      
      
  .bTtayD {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(5px);
  justify-content:center;
  }
      

      
        
      
      
  .nkpRQ {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .nkpRQ:hover {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .nkpRQ:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      


  .nkpRQ.disabled {
    color:#472e1033;
  }
      

        
      
      
  .blXCNw {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:3rem;
  justify-content:center;
  }
      

      
        
      
      
  .fbpLBw {
    flex:1;
  color:var(--Accent3);
  height:56px;
  font-size:1.25rem;
  font-weight:var(--font-weight-normal);
  border-color:#472e1030;
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  text-overflow:ellipsis;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .fbpLBw::placeholder {
    color:#bfbfbf;
  }
      


  
      

        
      
      
  .eWUfXV {
    flex:1;
  color:var(--Accent3);
  height:56px;
  font-size:1rem;
  transition:all 300ms ease;
  font-weight:500;
  padding-top:12px;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  text-overflow:ellipsis;
  padding-bottom:12px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .eWUfXV::placeholder {
    color:#bfbfbf;
  }
      


  .eWUfXV:focus {
    border-color:var(--Accent1);
  border-style:solid;
  border-width:1.5px;
  }
      

        
      
      
  .dgIQnr {
    height:20px;
  display:flex;
  row-gap:18px;
  column-gap:18px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eniymu {
    width:100%;
  height:64px;
  background:white;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-direction:row;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .eehIEc {
    color:var(--Accent1);
  width:100%;
  font-size:1.5rem;
  font-weight:500;
  }
      

      
        
      
      
  .foYTSL {
    height:20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .BBIfZ {
    width:600px;
  height:100%;
  padding-top:3rem;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .TiJJl {
    flex:1  ;
  width:100%;
  height:100%;
  }
      

      
        
      
      
  .new-property-wizard\:S4D1biLloR9pIxX4Thp-s {
    top:0px;
  flex:1;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  overflow-y:hidden;
  border-color:#00000024;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .jMiDO {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bVVsSp {
    row-gap:var(--gap);
  column-gap:var(--gap);
  flex-direction:row;
  }
      

      
        
      
      
  .bLEOeh {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:1rem;
  padding-left:60px;
  padding-right:60px;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
          @media (max-width: 550px) {
            
  .bLEOeh {
    padding-left:10px;
  padding-right:10px;
  }
      

          }
          
        
      
      
  .feyrub {
    top:18px;
  left:12px;
  color:var(--Accent3);
  width:fit-content;
  z-index:99;
  position:absolute;
  font-size:1.5rem;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ePziYu {
    width:100%;
  display:flex;
  row-gap:1rem;
  position:relative;
  column-gap:1rem;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .egCuQL {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1REM;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_ui:login-bg-img.webp/full") no-repeat no-repeat center center / cover #e5a9a9;
  column-gap:1REM;
  align-items:center;
  padding-top:2REM;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  padding-bottom:2REM;
  justify-content:space-between;
  }
      

      
        
      
      
  .egcvZF {
    color:var(--Accent4);
  width:100%;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .duIZGp {
    color:var(--Accent3);
  font-size:1.5rem;
  font-weight:600;
  }
      

      
        
      
      
  .bXwVGV {
    width:600px;
  bottom:3rem;
  display:flex;
  row-gap:1rem;
  position:absolute;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .new-property-wizard\:_SDBFeSlkeq2c_RQBXfBs {
    padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  .cfYxrk {
    width:250px;
  height:100%;
  display:flex;
  background:var(--Accent1);
  align-items:flex-start;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dETuwj {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
        
      
      
  .biXWjV {
    width:100%;
  row-gap:var(--gap);
  column-gap:var(--gap);
  padding-top:24px;
  flex-direction:column;
  padding-bottom:24px;
  }
      

      
        
      
      
  .fdszVS {
    width:100%;
  height:100%;
  display:none;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_ui:login-bg-img.webp/full") scroll padding-box border-box no-repeat no-repeat center center / cover;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dLJRUv {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-family:ABC Diatype Variable Unlicensed Trial;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .dLJRUv:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .cyhfrJ {
    width:100%;
  height:100%;
  display:flex;
  background:var(--Accent4);
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .clExug {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:24px;
  max-width:600px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  flex-direction:column;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fzGGni {
    color:var(--Accent1);
  font-size:1.25rem;
  font-weight:500;
  }
      

      
        
      
      
  .cinweE {
    row-gap:.5rem;
  background:var(--Accent4);
  column-gap:.5rem;
  padding-top:4px;
  border-color:#988a792b;
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:column;
  padding-bottom:4px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .eYzgmt {
    gap:12px;
  width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dUBDFn {
    background:var(--Accent4);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .bZxUTh {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cHBexq {
    color:var(--Accent3);
  width:100%;
  cursor:default;
  height:250px;
  display:flex;
  transition:all 300ms ease;
  align-items:center;
  border-color:var(--Accent4);
  border-style:Dashed;
  border-width:4px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .bIzoaj {
    color:var(--Accent5);
  font-size:14px;
  font-family:Geist;
  font-weight:var(--normal);
  }
      

      
        
      
      
  .chKVzp {
    color:var(--icon-sub);
  }
      

      
        
      
      
  .ekElxI {
    color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:250px;
  display:flex;
  background:white;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  border-color:#472e103d;
  border-style:Dashed;
  border-width:1px;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .ekElxI:hover {
    background:var(--Accent4);
  }
      

        
      
      
  .fpJTKH {
    color:var(--text-strong);
  font-size:14px;
  font-family:Geist;
  font-weight:var(--normal);
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cFSWHE {
    width:100%;
  max-width:500px;
  }
      

      
        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bTQXiY {
    color:var(--Accent1);
  }
      

      
        
      
      
  .APmXC {
    top:3rem;
  left:0px;
  right:0px;
  display:flex;
  z-index:99;
  position:absolute;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dptJNQ {
    width:100%;
  row-gap:1REM;
  background:white;
  column-gap:1REM;
  padding-top:1REM;
  padding-left:1REM;
  padding-right:1REM;
  padding-bottom:1REM;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .fDJegg {
    font-size:14px;
  text-align:center;
  }
      

      
        
      
      
  .cQfird {
    flex:2;
  width:100%;
  }
      

      
        
      
      
  .dNchag {
    top:100%;
  left:50%;
  width:1px;
  height:18px;
  position:absolute;
  background:var(--Accent3);
  }
      

      
  .dNchag.completed {
    background:var(--Accent4);
  }
      

        
      
      
  .bUSHwe {
    height:210px;
  }
      

      
        
      
      
  .eiWAaf {
    color:var(--Accent4);
  animation:;
  }
      

      
        
      
      
  .fmqpxa {
    height:100%;
  background:white;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dySVfr {
    color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:12px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  font-size:0.8rem;
  column-gap:12px;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  padding-top:8px;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  padding-left:32px;
  border-radius:8px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:8px;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .dySVfr:hover {
    color:#ffffff;
  background:var(--Accent1);
  }
      

        
      
      
  .new-property-wizard\:rNOAItwHNwVOL6qI8anPg {
    overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .drqmhr {
    width:100%;
  height:100%;
  display:none;
  padding-top:0px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .new-property-wizard\:tMKGOJzmLhYWwB_FYA6av {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 90deg;
  }
      

      
        
      
      
  .bowTrC {
    width:100%;
  row-gap:40px;
  max-width:800px;
  column-gap:40px;
  flex-direction:column;
  }
      

      
        
      
      
  .dYURNg {
    flex:1;
  height:100%;
  background:var(--Accent1);
  padding-top:1rem;
  padding-left:0rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .cXyXfZ {
    color:var(--Accent5);
  width:fit-content;
  cursor:pointer;
  display:flex;
  row-gap:4px;
  column-gap:4px;
  transition:all 300ms ease;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
  .cXyXfZ:hover {
    color:var(--Accent1);
  }
      

        
      
      
  .dnSQSg {
    width:100%;
  row-gap:12px;
  animation:;
  column-gap:12px;
  text-align:center;
  align-items:center;
  font-weight:var(--font-weight-normal);
  letter-spacing:-1px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .QVNRb {
    top:0px;
  left:-1rem;
  width:0%;
  bottom:0px;
  position:absolute;
  transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .QVNRb.hover {
    top:0px;
  left:-1rem;
  width:106.5%;
  bottom:0px;
  position:absolute;
  background:var(--Accent1);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

        
      
      
  .bBSmCW {
    width:100%;
  display:flex;
  row-gap:24px;
  max-width:1400px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .new-property-wizard\:x9VTFIL4SG2P2ShjTJrS9 {
    width:100%;
  height:100%;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eNQrxF {
    left:1rem;
  width:40px;
  height:40px;
  display:flex;
  position:absolute;
  transition:all 300ms ease;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .eNQrxF:hover {
    cursor:pointer;
  background:#f2f2f2;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC.open {
    opacity:1;
  }
      


  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  .sparkcore\/sc-bottom-sheet-portal\:root {
    align-items:center;
  justify-content:end;
  }
      

      
        
      
      
  .so-bottom-sheet\:dZs6vLpA4drQMSodsQJXO {
    background:;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .clIYSW {
    gap:6px;
  flex:1;
  color:#472e10;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  background:#472e1024;
  box-shadow:0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--medium);
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bAzfRb {
    width:100px;
  height:100px;
  overflow-y:hidden;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .fpAPkg {
    gap:6px;
  flex:1;
  color:#ffffff;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:500;
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .drRYJO {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .drRYJO:hover {
    background:#ffffff33;
  }
      

        
      
      
  .bnkbCR {
    color:#472e10;
  font-size:18px;
  text-align:center;
  font-weight:600;
  line-height:24px;
  }
      

      
        
      
      
  .fnsmdf {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-family:ABC Diatype Variable Unlicensed Trial;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .fnsmdf:hover {
    background:#ffffff33;
  }
      

        
      
      
  .bVmWYf {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
        
      
      
  .eFTdey {
    color:var(--Accent3);
  font-size:3rem;
  }
      

      
        
      
      
  .cLiYGc {
    flex:1;
  width:100%;
  height:100%;
  min-height:300px;
  }
      

      
        
      
      
  .dVnDQd {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cxdqZH {
    width:100%;
  display:flex;
  z-index:9999;
  position:relative;
  font-family:DM Sans;
  }
      

      
        
      
      
  .eqtBUa {
    font-size:16px;
  font-weight:500;
  line-height:normal;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .ertwNO {
    font-family:Geist;
  }
      

      
        
      
      
  .cOhsYC {
    color:#472e10;
  height:48px;
  display:flex;
  row-gap:1rem;
  font-size:1rem;
  background:var(--White, #FFF);
  column-gap:1rem;
  align-items:flex-start;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1.5px;
  padding-left:40px;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem;
  border-bottom-right-radius:0.375rem;
  }
      

      
  .cOhsYC:focus {
    outline-color:#472e1152;
  outline-style:solid;
  outline-width:2px;
  }
      


  .cOhsYC::placeholder {
    color:rgba(71, 46, 16, 0.7);
  }
      

        
      
      
  .bEVLee {
    top:13px;
  left:12px;
  color:rgba(71, 46, 16, 0.70);
  width:20px;
  height:20px;
  position:absolute;
  }
      

      
        
      
      
  .fnNXUk {
    gap:2rem;
  color:#131313;
  width:100%;
  display:-webkit-box;
  padding:0.75rem 1rem;
  overflow:hidden;
  font-size:1rem;
  font-style:normal;
  align-items:center;
  font-weight:var(--medium);
  line-height:1.5rem; /* 150% */;
  text-overflow:ellipsis;
  letter-spacing:0.002rem;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .fnNXUk:hover {
    background:#f5f5f5;
  }
      

        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nx-select-content\:root {
    gap:0.25rem;
  opacity:0;
  padding-top:0.5rem;
  border-color:var(--stroke-soft, #E1E4EA);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:16px;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--bg-white, #FFFFFF);
  }
      

      
  .nx-select-content\:root.open {
    opacity:1;
  }
      


  .nx-select-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .nx-select-content\:root.close-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .nx-select-content\:root:focus {
    outline-color:#ffffff;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  .property-type-select\:HM72mFkggcJzfyZ0eT8qK {
    border:1px solid var(--Gray-200, #E5E7EB);
  display:flex;
  row-gap:1.5rem;
  background:var(--White, #FFF);
  box-shadow:0px 0px 1px 0px rgba(48, 49, 51, 0.05), 0px 8px 16px 0px rgba(48, 49, 51, 0.10);
  column-gap:1.5rem;
  align-items:flex-start;
  padding-top:0.25rem;
  padding-left:.25rem;
  border-radius:0.375rem;
  padding-right:.25rem;
  flex-direction:column;
  padding-bottom:0.25rem;
  /* -shadow/-light/400 */:;
  }
      

      
        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .nx-select-icon\:root {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  transition:rotate 200ms ease 0ms normal;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .nx-select-icon\:root.open {
    rotate:z 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nx-select-trigger\:root {
    gap:0.25rem;
  color:#131313;
  width:fit-content;
  cursor:default;
  font-size:var(--label-sm);
  background:var(--Accent1);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 400ms ease 0ms normal;
  align-items:center;
  font-family:Geist;
  font-weight:var(--medium);
  user-select:none;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:10px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .nx-select-trigger\:root:hover {
    background:#e54b10;
  border-color:var(--bg-weak);
  border-style:solid;
  border-width:1px;
  }
      


  .nx-select-trigger\:root:active {
    background:#ed734430;
  transition:none;
  border-color:rgba(237, 115, 68, 1);
  border-style:solid;
  border-width:2px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  }
      


  .nx-select-trigger\:root:focus-visible {
    background:#ed734421;
  outline-offset:var(--border-md);
  }
      


  .nx-select-trigger\:root.disabled {
    opacity:0.5;
  background-color:var(--brand-10, #8a75dd);
  }
      


  .nx-select-trigger\:root:focus {
    background:var(--Accent1);
  transition:none;
  border-color:rgba(237, 115, 68, 1);
  border-style:solid;
  border-width:2px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .dImzBy {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  .ItFli {
    width:1.5rem;
  height:1.5rem;
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .property-type-select\:KgevRk2xTPFmR8iZhLfTu {
    color:var(--Black, #131313);
  width:100%;
  height:48px;
  display:flex;
  font-size:1rem;
  font-style:normal;
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--medium);
  line-height:1.5rem; /* 150% */;
  flex-direction:row;
  letter-spacing:0.002rem;
  justify-content:space-between;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dqsoTv {
    width:fit-content;
  height:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cVMNhr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nx-select\:AObbyYC9AzWLnzzXMd4_H {
    width:100%;
  z-index:999;
  position:relative;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cHCjPa {
    top:13px;
  left:12px;
  color:rgba(71, 46, 16, 0.70);
  width:24px;
  height:24px;
  position:absolute;
  }
      

      
        
      
      
  .property-ownership-select\:HM72mFkggcJzfyZ0eT8qK {
    border:1px solid var(--Gray-200, #E5E7EB);
  display:flex;
  row-gap:1.5rem;
  background:var(--White, #FFF);
  box-shadow:0px 0px 1px 0px rgba(48, 49, 51, 0.05), 0px 8px 16px 0px rgba(48, 49, 51, 0.10);
  column-gap:1.5rem;
  align-items:flex-start;
  padding-top:0.25rem;
  padding-left:.25rem;
  border-radius:0.375rem;
  padding-right:.25rem;
  flex-direction:column;
  padding-bottom:0.25rem;
  /* -shadow/-light/400 */:;
  }
      

      
        
      
      
  
      

      
        
      
      
  .property-ownership-select\:KgevRk2xTPFmR8iZhLfTu {
    color:var(--Black, #131313);
  width:100%;
  height:48px;
  display:flex;
  font-size:1rem;
  font-style:normal;
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--medium);
  line-height:1.5rem; /* 150% */;
  flex-direction:row;
  letter-spacing:0.002rem;
  justify-content:space-between;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .add-property-widget\:mKi3piYKp-EaRkes8ui6_ {
    width:100%;
  }
      

      
        
      
      
  .property-usage-select\:HM72mFkggcJzfyZ0eT8qK {
    border:1px solid var(--Gray-200, #E5E7EB);
  display:flex;
  row-gap:1.5rem;
  background:var(--White, #FFF);
  box-shadow:0px 0px 1px 0px rgba(48, 49, 51, 0.05), 0px 8px 16px 0px rgba(48, 49, 51, 0.10);
  column-gap:1.5rem;
  align-items:flex-start;
  padding-top:0.25rem;
  padding-left:.25rem;
  border-radius:0.375rem;
  padding-right:.25rem;
  flex-direction:column;
  padding-bottom:0.25rem;
  /* -shadow/-light/400 */:;
  }
      

      
        
      
      
  
      

      
        
      
      
  .property-usage-select\:KgevRk2xTPFmR8iZhLfTu {
    color:var(--Black, #131313);
  width:100%;
  height:48px;
  display:flex;
  font-size:1rem;
  font-style:normal;
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--medium);
  line-height:1.5rem; /* 150% */;
  flex-direction:row;
  letter-spacing:0.002rem;
  justify-content:space-between;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .faUayV {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  animation:;
  column-gap:0.5rem;
  text-align:center;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dWTrzj {
    color:var(--Accent3);
  animation:;
  font-size:1.6rem;
  text-align:left;
  font-family:Geist;
  font-weight:var(--font-weight-bolder);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cnLRps {
    width:100%;
  height:24px;
  display:flex;
  background:;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .HIbOd {
    color:#ffffff;
  font-size:16px;
  line-height:normal;
  }
      

      
        
      
      
  .bUewdM {
    gap:4px;
  width:100%;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-bottom-sheet-content\:root {
    width:100%;
  translate:0 100%;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  background-color:var(--neutral-0, #0b0a0b);
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
  .so-bottom-sheet-content\:root.open {
    translate:0 0px;
  transition:translate 200ms ease 0ms normal;
  }
      


  .so-bottom-sheet-content\:root.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .so-bottom-sheet-content\:root.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  .Wizard-Welcome\:O8cQ989Qjs2QTqwAP_Hpx {
    width:100%;
  row-gap:1rem;
  max-width:600px;
  background: white;
  column-gap:1rem;
  padding-top:1rem;
  margin-bottom:1rem;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .Wizard-Welcome\:Q9wot4ozKYehlT9nvNZzY {
    gap:18px;
  color:#ffffff;
  width:100%;
  bottom:1rem;
  cursor:pointer;
  display:none;
  padding:14px 32px;
  position:absolute;
  animation:0.5s ease 0ms 1 normal none running animation-MuCRR;
  background: #f26a40;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-family:DM Sans;
  font-weight:600;
  border-radius:8px;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-MuCRR {
                    
                        0% {
                          translate: 0 40px 0;
                        }
                        

                        0% {
                          box-shadow: 0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
                        }
                        

                        0% {
                          opacity: 0;
                        }
                        
                  }
                  
      
      
  .Wizard-Welcome\:RPo-i_q2BGWhofx5MdkQ- {
    overflow-y:hidden;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .CrVoy {
    width:100%;
  height:100vh;
  display:flex;
  row-gap:2rem;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_ui:login-bg-img.webp/full") no-repeat no-repeat center center / cover #e5a9a9;
  column-gap:2rem;
  align-items:center;
  padding-top:80px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:column;
  padding-bottom:80px;
  justify-content:center;
  }
      

      
        
      
      
  .cZpdNs {
    display:flex;
  row-gap:.25rem;
  flex-wrap:wrap;
  column-gap:.25rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .uEbAg {
    width:100%;
  height:100%;
  display:none;
  background:white;
  }
      

      
        
      
      
  .fjeXQi {
    color:#7d7d7d;
  font-size:14px;
  font-weight:400;
  line-height:normal;
  }
      

      
        
      
      
  .dClCkR {
    gap:12px;
  display:flex;
  align-self:stretch;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  .cfBgTb {
    gap:18px;
  color:var(--Accent4);
  width:400px;
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
        
      
      
  .PjCaU {
    color:#472e10;
  width:100%;
  height:3.5rem;
  row-gap:1rem;
  font-size:1rem;
  background:;
  column-gap:1rem;
  align-items:flex-start;
  font-weight:500;
  padding-left:44px;
  padding-right:8px;
  justify-content:center;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .PjCaU:focus {
    outline-color:var(--Accent1);
  outline-style:solid;
  outline-width:2px;
  }
      


  .PjCaU::placeholder {
    color:rgba(71, 46, 16, 0.7);
  }
      

        
      
      
  .djVWCM {
    width:25%;
  height:auto;
  animation:;
  }
      

      
        
      
      
  .cNZbap {
    width:100%;
  row-gap:40px;
  max-width:800px;
  column-gap:40px;
  }
      

      
        
      
      
  .czOAgh {
    width:44px;
  height:44px;
  display:flex;
  align-items:center;
  border-color:#ebebeb;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  .bPQgxQ {
    flex:1;
  width:100%;
  }
      

      
        
      
      
  .cYrPFD {
    gap:16px;
  width:100%;
  bottom:0px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .Wizard-Welcome\:dXXLMOqnr6AFyFlkwQuu3 {
    color:#ffffff;
  width:20px;
  height:20px;
  }
      

      
        
      
      
  .nSlTR {
    width:100%;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  .bjCciK {
    flex:1;
  height:100%;
  display:flex;
  row-gap:60px;
  column-gap:60px;
  max-height:100%;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fFWwwp {
    color:#cccccc;
  animation:;
  font-size:1.5rem;
  text-align:center;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .eLPSmU {
    top:1rem;
  left:2rem;
  right:2rem;
  row-gap:1rem;
  z-index:99;
  position:absolute;
  max-width:600px;
  background:white;
  column-gap:1rem;
  margin-left:auto;
  padding-top:1rem;
  border-color:#e8e8e8;
  border-style:solid;
  border-width:1px;
  margin-right:auto;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .fpVUIZ {
    font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fCpNcr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  background: #0000004a;
  }
      

      
        
      
      
  .RjpxJ {
    width:49%;
  height:150px;
  object-fit:cover;
  overflow-y:hidden;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dULJyo {
    row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  .cIEMrA {
    flex:1;
  height:100%;
  display:flex;
  row-gap:2rem;
  max-width:600px;
  background:var(--Accent4);
  box-shadow:4px 4px 0px 0px #472e108f;
  column-gap:2rem;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:space-between;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .evGWjy {
    color:#000000;
  font-size:1rem;
  font-weight:500;
  line-height:normal;
  }
      

      
        
      
      
  .cPqhNb {
    width:100%;
  height:48px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eHhXPB {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .edVYQs {
    width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  background-color:#ffffff;
  }
      

      
        
      
      
  .cLjuFc {
    color:#ffffff;
  font-size:3rem;
  }
      

      
        
      
      
  .dHlZzJ {
    font-size:1.25rem;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .eUVAfK {
    top:16px;
  left:12px;
  color:rgba(71, 46, 16, 0.70);
  position:absolute;
  }
      

      
        
      
      
  .exiMmo {
    row-gap:var(--gap);
  column-gap:var(--gap);
  }
      

      
        
      
      
  .cAcrWH {
    width:100%;
  display:flex;
  row-gap:.25rem;
  flex-wrap:wrap;
  column-gap:.25rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .emSQFL {
    top:-2.5rem;
  right:0rem;
  width:32px;
  cursor:pointer;
  height:32px;
  display:flex;
  position:absolute;
  background:#ffffff17;
  align-items:center;
  border-color:#ffffff33;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .tuOtl {
    width:100%;
  height:100%;
  display:flex;
  row-gap:80px;
  max-width:400px;
  column-gap:80px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dALCjT {
    display:flex;
  row-gap:.25rem;
  flex-grow:1;
  column-gap:.25rem;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      